home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / pc / ganmac / eb.cst / 00118_Script_118 < prev    next >
Text File  |  1999-05-31  |  851b  |  32 lines

  1. on exitframe
  2.   --  sound 1
  3.   global gfl,mainframe
  4.   set mainframe to the framelabel
  5.   set gfl to the framelabel
  6. end
  7.  
  8. on enterframe
  9.   global chaspcursor,handcur, gbotline
  10.   set handcur to [the number of cast "HC1",the number of cast "HC2"]
  11.   --  SET THE CURSOR OF SPRITE 95 TO HANDCUR
  12.   --  SET THE CURSOR OF SPRITE 96 TO HANDCUR
  13.   CHASPCURSOR HANDCUR,8,9
  14.   --  CHASPCURSOR HANDCUR,55,56
  15.   CHASPCURSOR HANDCUR,105,105
  16.   CHASPCURSOR HANDCUR,109,120
  17.   CHASPCURSOR -1,6,7
  18.   global cspname,cspchannel
  19.   set cspname to "fvoic"
  20.   set cspchannel to 112
  21.   set gbotline to 16
  22.   set the movieRate of sprite 105 to 1
  23. end
  24.  
  25.  
  26. on prepareFrame
  27.   global gwpage
  28.   set the scrollTop of member (the member of sprite 6) = 0
  29.   set the memberNum of sprite 70 to the number of member ("int"&gwpage)
  30.   set the movieTime of sprite 105 to 0
  31. end if
  32.